home *** CD-ROM | disk | FTP | other *** search
- object LexSampleForm: TLexSampleForm
- Left = 191
- Top = 28
- Width = 783
- Height = 540
- Caption = 'LexSampleForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefaultPosOnly
- PixelsPerInch = 96
- TextHeight = 13
- object SamplePanel: TPanel
- Left = 0
- Top = 472
- Width = 775
- Height = 41
- Align = alBottom
- TabOrder = 0
- object btnPerformance: TButton
- Left = 104
- Top = 8
- Width = 137
- Height = 25
- Caption = 'PerformanceSample'
- TabOrder = 0
- OnClick = btnPerformanceClick
- end
- object btnTokenSample: TButton
- Left = 536
- Top = 8
- Width = 137
- Height = 25
- Caption = 'TokenSample'
- TabOrder = 1
- OnClick = btnTokenSampleClick
- end
- end
- object SampleMemo: TMemo
- Left = 0
- Top = 0
- Width = 775
- Height = 472
- Align = alClient
- TabOrder = 1
- end
- object OpenDialog1: TOpenDialog
- Left = 80
- Top = 104
- end
- end
-